; QGO Easter Event 2003
; 9 Apr 2003 King Oma boss mob function Level 1 band (8 to lvl 23)

[@main]

#IF
;anticht check
check [786] 1
check [755] 1

#ACT
SET [755] 0
SET [785] 0
SET [786] 0

goto @check1

#ELSEACT
;flags not set, illegal entry
map B240

[@check1]
#IF
checkjob warrior
#ACT
goto @wargift
break

#IF
checkjob wizard
#ACT
goto @wizgift
break

#IF
checkjob taoist
#ACT
goto @taogift
break


[@wargift]
#ACT
give OmaBracelet 1
give SunPotion(M) 2
goto @kill_player

[@wizgift]
#ACT
give MagicOmaRing 1
give SunPotion(M) 2
goto @kill_player

[@taogift]
#ACT
give OmaSoulRing 1
give SunPotion(M) 2
goto @kill_player


[@kill_player]

#Say
Not bad Mortal..  I hope we can Battle again\
in the next plane of Existence!!\ \ \
Until then I will leave you with this gift in\
recognition of your Prowess.\ \
Enjoy it whilst you can...... Muahaahaahaa...\ \

#ACT
Param1 T139
Param2 20
Param3 20
MonGen Lord6 50 10



